home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Special 24
/
AMIGAplus Sonderheft 24 (2000)(Falke)(DE)[!].iso
/
Rexx
/
ADPro_LineArt.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1999-11-06
|
574b
|
25 lines
/*
** EXPORTS A PICTURE FROM PictureManager into ADPro and apply
** the LineArt-Filter
**
** (c) 1995 J. Schaefer - ALL RIGHTS RESERVED
**
**
**
** NOTE: If you write your own AREXX-script to export pictures from
** Picture Manager Professional to any programs,
** change the path and filename of the file to process
** to PicManFile (see below, CASE SENSITIVE!!!)
**
** Read the PictureManager manual for more information
**
**
*/
ADDRESS "ADPro"
ADPRO_TO_FRONT
LOADER "UNIVERSAL" PicManFile
OPERATOR "COLOR_TO_GRAY"
OPERATOR "LINE_ART"
EXIT 0